This folder contains sample application which demonstrate some of the integration required to use QuickDraw and QuickDraw GX. There's also a Pascal example in this folder, because we only had one created, and we didn't want it to go unnoticed. Please notice it.
Brief Descriptions
-----------------
QuickDraw GX Scrolling - demonstrates the method which should be used to scroll QuickDraw GX shapes within a window.
QD PICT To QD GX Picture - demonstrates how you would convert a QuickDraw PICT to a QuickDraw GX picture using the GXConvertPICTToPicture call.
QuickDraw GX Shell - demonstrates how you can initialize QuickDraw GX, print, and draw. The file called "put your code here.c" is where you would add your drawing code.
Rotating Rects - A Pascal port of the C version of the Rotating Rects example found in the Graphics Samples folder. This sample can be built using the Pascal interfaces and libraries.